home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat UK 76
/
MF_UK_76_1.iso
/
Education Feature
/
MicroWorlds 2.03 Try Me
/
MicroWorlds 2.03 Try Me.rsrc
/
TEXT_150_touching?.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1998-05-08
|
287 b
|
11 lines
touching? turtle-name turtle-name
Reports true if the two turtles are touching each other. Reports false if they are not touching; always reports false if one of them is invisible.
Examples:
show touching? "t1 "t2
true
waituntil [touching? "t1 "t2]
when [touching? "t1 "t2] [do-this]